home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbsort / vbsort.bas < prev    next >
BASIC Source File  |  1991-07-08  |  299b  |  16 lines

  1. 'The following is a QuickSort routine for Visual Basic
  2. 'Nelson Ford
  3. 'Public (software) Library
  4. 'P.O.Box 35705
  5. 'Houston, TX 77235-5705
  6. '713-524-6394
  7. 'CIS#:71355,470
  8.  
  9. 'Note that you must change "List1." to the name of your List box.
  10.  
  11. Sub SortList_Click (slist1 As Control)
  12.   
  13.  
  14. End Sub
  15.  
  16.